MarkNetData

Creates a set of types which

Members

Aliases

RegisteredTypes
alias RegisteredTypes = T
Undocumented in source.
idType
alias idType = ubyte
Undocumented in source.
idType
alias idType = ushort
Undocumented in source.

Functions

getDataFromBuffer
Types getDataFromBuffer(ubyte[] buffer)

To its data removing the type id.

getTypeName
string getTypeName(idType v)
Undocumented in source. Be warned that the author may not have intended to support it.
isInvalid
bool isInvalid(idType v)
Undocumented in source. Be warned that the author may not have intended to support it.
isUnknown
bool isUnknown()
Undocumented in source. Be warned that the author may not have intended to support it.
sendData
void sendData(INetwork net, t data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

PredefinedTypesCount
enum PredefinedTypesCount;
Undocumented in source.

Parameters

T

The types that are valid to send on network.

Meta